runtime.stackObjectRecord.gcdata (method)

3 uses

	runtime (current package)
		mgcmark.go#L965: 		ptrBytes, gcData := r.gcdata()
		stack.go#L725: 			ptrBytes, gcData := obj.gcdata()
		stack.go#L1288: func (r *stackObjectRecord) gcdata() (uintptr, *byte) {